Resource StructureDefinition/FHIR Server from package ca.on.dhdr.r4.v4#0.1.2-beta (62 ms)
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No human-readable text provided in this case.
Source
{
"resourceType" : "StructureDefinition",
"id" : "6ad5d72d-c011-4f6a-bcbf-00722b1d1be2",
"meta" : {
"lastUpdated" : "2023-12-15T19:54:03.8397949+00:00"
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
},
"url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationRequest-submission",
"version" : "4.0.1",
"name" : "MedicationRequestPrescription",
"title" : "MedicationRequest Prescription (Submission)",
"status" : "active",
"date" : "2022-01-19T18:53:15.8800587Z",
"description" : "Ordering of medication for patient",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "MedicationRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "MedicationRequest",
"path" : "MedicationRequest",
"mustSupport" : true
},
{
"id" : "MedicationRequest.meta",
"path" : "MedicationRequest.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.meta.profile",
"path" : "MedicationRequest.meta.profile",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.identifier",
"path" : "MedicationRequest.identifier",
"max" : "1",
"mustSupport" : true
},
{
"id" : "MedicationRequest.identifier.system",
"path" : "MedicationRequest.identifier.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.identifier.value",
"path" : "MedicationRequest.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.status",
"path" : "MedicationRequest.status",
"fixedCode" : "unknown",
"mustSupport" : true
},
{
"id" : "MedicationRequest.intent",
"path" : "MedicationRequest.intent",
"fixedCode" : "order",
"mustSupport" : true
},
{
"id" : "MedicationRequest.medication[x]",
"path" : "MedicationRequest.medication[x]",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationRequest.medication[x].reference",
"path" : "MedicationRequest.medication[x].reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.subject",
"path" : "MedicationRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Patient-submission"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationRequest.subject.reference",
"path" : "MedicationRequest.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.requester",
"path" : "MedicationRequest.requester",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole-submission",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-submission"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationRequest.requester.reference",
"path" : "MedicationRequest.requester.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.reasonCode",
"path" : "MedicationRequest.reasonCode",
"max" : "5",
"mustSupport" : true
},
{
"id" : "MedicationRequest.reasonCode.coding",
"path" : "MedicationRequest.reasonCode.coding",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionindicationforuse"
}
},
{
"id" : "MedicationRequest.reasonCode.coding.system",
"path" : "MedicationRequest.reasonCode.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "MedicationRequest.reasonCode.coding.code",
"path" : "MedicationRequest.reasonCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.reasonCode.coding.display",
"path" : "MedicationRequest.reasonCode.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.reasonCode.text",
"path" : "MedicationRequest.reasonCode.text",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction",
"path" : "MedicationRequest.dosageInstruction",
"max" : "1",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.text",
"path" : "MedicationRequest.dosageInstruction.text",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.additionalInstruction",
"path" : "MedicationRequest.dosageInstruction.additionalInstruction",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.additionalInstruction.text",
"path" : "MedicationRequest.dosageInstruction.additionalInstruction.text",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing",
"path" : "MedicationRequest.dosageInstruction.timing",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.repeat",
"path" : "MedicationRequest.dosageInstruction.timing.repeat",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.repeat.duration",
"path" : "MedicationRequest.dosageInstruction.timing.repeat.duration",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
"path" : "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code",
"path" : "MedicationRequest.dosageInstruction.timing.code",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/dhdr-medication-repeat-pattern"
}
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code.coding",
"path" : "MedicationRequest.dosageInstruction.timing.code.coding",
"max" : "1",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code.coding.system",
"path" : "MedicationRequest.dosageInstruction.timing.code.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code.coding.code",
"path" : "MedicationRequest.dosageInstruction.timing.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code.coding.display",
"path" : "MedicationRequest.dosageInstruction.timing.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.timing.code.text",
"path" : "MedicationRequest.dosageInstruction.timing.code.text",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.asNeeded[x]",
"path" : "MedicationRequest.dosageInstruction.asNeeded[x]",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.route",
"path" : "MedicationRequest.dosageInstruction.route",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.route.coding",
"path" : "MedicationRequest.dosageInstruction.route.coding",
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
}
},
{
"id" : "MedicationRequest.dosageInstruction.route.coding.system",
"path" : "MedicationRequest.dosageInstruction.route.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.route.coding.code",
"path" : "MedicationRequest.dosageInstruction.route.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.route.coding.display",
"path" : "MedicationRequest.dosageInstruction.route.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.route.text",
"path" : "MedicationRequest.dosageInstruction.route.text",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate",
"path" : "MedicationRequest.dosageInstruction.doseAndRate",
"max" : "1",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "https://tgateway.infoway-inforoute.ca/vs/prescriptiondosequantityunit"
}
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
"type" : [
{
"code" : "Range"
}
],
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low",
"mustSupport" : true
},
{
"id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high",
"path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high",
"mustSupport" : true
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.